loginrequest
Class Request

java.lang.Object
  extended by loginrequest.Request

public class Request
extends java.lang.Object


Field Summary
protected  AppInfo appInfo
           
protected  java.util.List<java.lang.Object> loginOrLogout
           
 
Constructor Summary
Request()
           
 
Method Summary
 AppInfo getAppInfo()
          Gets the value of the appInfo property.
 java.util.List<java.lang.Object> getLoginOrLogout()
          Gets the value of the loginOrLogout property.
 void setAppInfo(AppInfo value)
          Sets the value of the appInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appInfo

protected AppInfo appInfo

loginOrLogout

protected java.util.List<java.lang.Object> loginOrLogout
Constructor Detail

Request

public Request()
Method Detail

getAppInfo

public AppInfo getAppInfo()
Gets the value of the appInfo property.

Returns:
possible object is AppInfo

setAppInfo

public void setAppInfo(AppInfo value)
Sets the value of the appInfo property.

Parameters:
value - allowed object is AppInfo

getLoginOrLogout

public java.util.List<java.lang.Object> getLoginOrLogout()
Gets the value of the loginOrLogout property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the loginOrLogout property.

For example, to add a new item, do as follows:

    getLoginOrLogout().add(newItem);
 

Objects of the following type(s) are allowed in the list Login Logout